-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Pokit Flow API Connect #81
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다! 너무 잘 되네요! content쪽은 이번에 스키마가 좀 바껴서 반영해서 올리겠습니다!
@@ -164,9 +167,13 @@ private extension CategoryDetailFeature { | |||
|
|||
case .onAppear: | |||
// - MARK: 목업 데이터 조회 | |||
state.domain.categoryListInQuiry = CategoryListInquiryResponse.mock.toDomain() | |||
state.domain.contentList = ContentListInquiryResponse.mock.toDomain() | |||
// state.domain.categoryListInQuiry = CategoryListInquiryResponse.mock.toDomain() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이건 이제 지워도 될것 같아요
return .run { send in | ||
let request = BasePageableRequest(page: 0, size: 100, sort: ["desc"]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
size를 100으로 한 이유가 있나요?(페이징 처음이라 몰라서 물어보는것)
#️⃣연관된 이슈
#76
📝작업 내용
미분류 카테고리 조회는 서버쪽 작업중이라 아직 미완이고, 링크 추가 / 수정에서의 카테고리 추가 기능같은 경우에는 도형님 작업하실 때 겹쳐지는 화면이다보니 조율이 필요할 것 같아 일단 남겨두겠습니다.
스크린샷 (선택)
💬리뷰 요구사항(선택)
도메인쪽 연결을 잘 사용하고 있는지 따끔하게 혼내주세요~~
close #76